home *** CD-ROM | disk | FTP | other *** search
/ Deutsche Edition 1 / Deutsche Edition 1.iso / amok / 081-090 / amok84 / reqtools_2.1d / glue.lha / Glue / Dice / src / rtPaletteRequestAR.asm < prev    next >
Assembly Source File  |  1992-06-10  |  196b  |  20 lines

  1.  
  2.     INCLUDE    "ReqTools.i"
  3.  
  4.     XDEF    @rtPaletteRequestA
  5.  
  6. rl    REG    a2/a3/a6
  7.  
  8. @rtPaletteRequestA:
  9.  
  10.     movem.l    rl,-(a7)
  11.     RTB
  12.     move.l    a1,a3
  13.     move.l    a0,a2
  14.     move.l    d0,a0
  15.     jsr    -102(a6)
  16.     movem.l    (a7)+,rl
  17.     rts
  18.  
  19.     END
  20.